home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_15117.txt < prev    next >
Text File  |  1990-08-20  |  994b  |  50 lines

  1. -- card: 15117 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7511
  5. -- name: River Trail
  6. ----- HyperTalk script -----
  7. on openCard
  8.  
  9.   get short name of recent card
  10.   if it is "Communal Hut" then
  11.     global score
  12.     subtract 5 from score
  13.     put score into field "scorebox"
  14.     get field "textarea" of card "Communal Hut"
  15.     put it&return&"River Trail" into field "textarea" of card "Communal Hut"
  16.   end if
  17.  
  18.   get short name of recent card
  19.   if it is "Jungle" then
  20.     global score
  21.     subtract 5 from score
  22.     put score into field "scorebox"
  23.   end if
  24.  
  25.   pass openCard
  26. end openCard
  27.  
  28.  
  29.  
  30. -- part contents for background part 1
  31. ----- text -----
  32. River Trail
  33.  
  34. -- part contents for background part 17
  35. ----- text -----
  36. About the River Trail
  37. Hike along the trail
  38. Hack into the jungle
  39. Village
  40.  
  41. -- part contents for background part 16
  42. ----- text -----
  43. About the River Trail
  44. Hike along the trail
  45. Hack into the jungle
  46. Village
  47.  
  48. -- part contents for background part 18
  49. ----- text -----
  50. 25